home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / LAN / NETP.ARJ / DONP.BAT next >
DOS Batch File  |  1992-03-19  |  160b  |  6 lines

  1. bcc -c -I..\ NP?.c
  2. if errorlevel 1 goto done
  3. del NPI.lib
  4. tlib NPI +NPI
  5. link ..\r0 NPD NPR ..\r1,NETP,NETP,..\K3 ..\K1 ..\CR ..\CS NPI /NOI/M/NOD/NOE;
  6. :done